Here's how to run two chains simultaneously:

1. Make a folder where your mod file is stored, and call it 'multicoref'.

2. Start two copies of matlab.

3. On the first one, set the working directory to where your mod file is stored, and type:
	>> matlabpool open
	>> startmulticoreslave('multicoref')

4. Then, on the second, run dynare as usual.

When it comes time to run the MCMC chains, you should see them both running at once.


